Server IP : 104.21.38.3 / Your IP : 162.158.88.58 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/modules/5.15.0-142-generic/build/include/dt-bindings/clock/ |
Upload File : |
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Purna Chandra Mandal,<[email protected]> * Copyright (C) 2015 Microchip Technology Inc. All rights reserved. */ #ifndef _DT_BINDINGS_CLK_MICROCHIP_PIC32_H_ #define _DT_BINDINGS_CLK_MICROCHIP_PIC32_H_ /* clock output indices */ #define POSCCLK 0 #define FRCCLK 1 #define BFRCCLK 2 #define LPRCCLK 3 #define SOSCCLK 4 #define FRCDIVCLK 5 #define PLLCLK 6 #define SCLK 7 #define PB1CLK 8 #define PB2CLK 9 #define PB3CLK 10 #define PB4CLK 11 #define PB5CLK 12 #define PB6CLK 13 #define PB7CLK 14 #define REF1CLK 15 #define REF2CLK 16 #define REF3CLK 17 #define REF4CLK 18 #define REF5CLK 19 #define UPLLCLK 20 #define MAXCLKS 21 #endif /* _DT_BINDINGS_CLK_MICROCHIP_PIC32_H_ */