Re: How to get idle time in Intel PXA255 Processor
From: Paul G. Tobey [eMVP] (ptobey)
Date: 08/10/04
- Next message: Steve Maillet \(eMVP\): "Re: Several compiled binaries from CE 5.0 needed"
- Previous message: Matt: "WinCE 5.0 Eval. states no valid BSP's"
- In reply to: fred: "Re: How to get idle time in Intel PXA255 Processor"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 10 Aug 2004 09:33:42 -0700
It issues DeviceIoControl() to drivers which are marked as power manager
aware. You'll have to read the help to see what exactly is sent; that's
where I got my information, such as it is.
As far as how you turn off the backlight (or on), only you, the guy with the
actual hardware under his nose, is going to know that. It might be
absolutely anything on earth: a GPIO on the processor, a signal output from
some FPGA or CPLD on the device, a spare I/O on a keyboard controller or
other external device on the board, *anything*.
Paul T.
"fred" <fred@discussions.microsoft.com> wrote in message
news:14518713-87EE-457C-A4BF-1947BF88763F@microsoft.com...
> Hi, Steve
> I still have some problems.
>
> "Steve Maillet (eMVP)" wrote:
>
> > Actually as of V4.2 there is a right way. The display driver should call
> > AdvertiseInterface in its initialization using the PM aware display
driver
>
> what is the meaning and fucntion of this sentence?
>
> > guid. The PM will then use the display drivers "escape code" handler to
send
>
> How the PM to use the display drivers "escape code" handler ?
>
> > the normal PM control codes. The display driver can turn off the
backlight
>
> You know, in the BSP of Sandgate, the display driver hasn't the funtion of
> power off the backlight, it use the funcion in drvlib.lib to set the board
> control register to control the device's power. I want to which function
the
> display driver calls when it gets a transition to the desired state ?
>
> > when it gets a transition to the desired state (D1?) You can also have
the
> > display turn offf completely in the system Idle but that can cause user
> > confusion on some devices as it appears to be suspended but the display
is
> > just off. If tapping the screen also wakes the device, then that is OK.
If a
> > separate button is used for wake from sleep then it would actually be
> > putting the unit to sleep, rather than turning the display on. This can
be
> > accounted for in the driver for the suspend/resume button by triggering
the
> > user idle named event if the system is in system idle, which will cause
the
> > PM to send the codes to turn on the display and backlight.
> >
> > --
> > Steve Maillet
> > EmbeddedFusion
> > www.EmbeddedFusion.com
> >
> > Do have an opinion on the effectiveness of Microsoft Windows Mobile and
> > Embedded newsgroups? Let us know!
> > https://www.windowsembeddedeval.com/community/newsgroups
> >
> >
> >
>
>
> Thanks.
>
> Fred
- Next message: Steve Maillet \(eMVP\): "Re: Several compiled binaries from CE 5.0 needed"
- Previous message: Matt: "WinCE 5.0 Eval. states no valid BSP's"
- In reply to: fred: "Re: How to get idle time in Intel PXA255 Processor"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|