!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: nginx/1.23.4. PHP/5.6.40-65+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux foro-restaurado-2 5.15.0-1040-oracle #46-Ubuntu SMP Fri Jul 14 21:47:21 UTC 2023
aarch64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/src/linux-oracle-headers-5.15.0-1040/arch/m68k/include/asm/   drwxr-xr-x
Free 83.22 GB of 96.73 GB (86.04%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     mcftimer.h (2.3 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* SPDX-License-Identifier: GPL-2.0 */
/****************************************************************************/

/*
 *    mcftimer.h -- ColdFire internal TIMER support defines.
 *
 *    (C) Copyright 1999-2006, Greg Ungerer <[email protected]>
 *     (C) Copyright 2000, Lineo Inc. (www.lineo.com) 
 */

/****************************************************************************/
#ifndef    mcftimer_h
#define    mcftimer_h
/****************************************************************************/

/*
 *    Define the TIMER register set addresses.
 */
#define    MCFTIMER_TMR        0x00        /* Timer Mode reg (r/w) */
#define    MCFTIMER_TRR        0x04        /* Timer Reference (r/w) */
#define    MCFTIMER_TCR        0x08        /* Timer Capture reg (r/w) */
#define    MCFTIMER_TCN        0x0C        /* Timer Counter reg (r/w) */
#if defined(CONFIG_M53xx) || defined(CONFIG_M5441x)
#define    MCFTIMER_TER        0x03        /* Timer Event reg (r/w) */
#else
#define    MCFTIMER_TER        0x11        /* Timer Event reg (r/w) */
#endif

/*
 *    Bit definitions for the Timer Mode Register (TMR).
 *    Register bit flags are common across ColdFires.
 */
#define    MCFTIMER_TMR_PREMASK    0xff00        /* Prescalar mask */
#define    MCFTIMER_TMR_DISCE    0x0000        /* Disable capture */
#define    MCFTIMER_TMR_ANYCE    0x00c0        /* Capture any edge */
#define    MCFTIMER_TMR_FALLCE    0x0080        /* Capture fallingedge */
#define    MCFTIMER_TMR_RISECE    0x0040        /* Capture rising edge */
#define    MCFTIMER_TMR_ENOM    0x0020        /* Enable output toggle */
#define    MCFTIMER_TMR_DISOM    0x0000        /* Do single output pulse  */
#define    MCFTIMER_TMR_ENORI    0x0010        /* Enable ref interrupt */
#define    MCFTIMER_TMR_DISORI    0x0000        /* Disable ref interrupt */
#define    MCFTIMER_TMR_RESTART    0x0008        /* Restart counter */
#define    MCFTIMER_TMR_FREERUN    0x0000        /* Free running counter */
#define    MCFTIMER_TMR_CLKTIN    0x0006        /* Input clock is TIN */
#define    MCFTIMER_TMR_CLK16    0x0004        /* Input clock is /16 */
#define    MCFTIMER_TMR_CLK1    0x0002        /* Input clock is /1 */
#define    MCFTIMER_TMR_CLKSTOP    0x0000        /* Stop counter */
#define    MCFTIMER_TMR_ENABLE    0x0001        /* Enable timer */
#define    MCFTIMER_TMR_DISABLE    0x0000        /* Disable timer */

/*
 *    Bit definitions for the Timer Event Registers (TER).
 */
#define    MCFTIMER_TER_CAP    0x01        /* Capture event */
#define    MCFTIMER_TER_REF    0x02        /* Reference event */

/****************************************************************************/
#endif    /* mcftimer_h */

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by HackingTool | HackingTool | Generation time: 0.0042 ]--