hdlcd.hh (9646:7a0c51f14095) hdlcd.hh (9939:735d73e394d3)
1/*
2 * Copyright (c) 2010-2013 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 460 unchanged lines hidden (view full) ---

469 * initialization and serialization.
470 */
471 std::vector<DmaDoneEvent> dmaDoneEventAll;
472
473 /** Unused DMA done events that are ready to be scheduled */
474 std::vector<DmaDoneEvent *> dmaDoneEventFree;
475 /**@}*/
476
1/*
2 * Copyright (c) 2010-2013 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 460 unchanged lines hidden (view full) ---

469 * initialization and serialization.
470 */
471 std::vector<DmaDoneEvent> dmaDoneEventAll;
472
473 /** Unused DMA done events that are ready to be scheduled */
474 std::vector<DmaDoneEvent *> dmaDoneEventFree;
475 /**@}*/
476
477 bool enableCapture;
478
477 public:
478 typedef HDLcdParams Params;
479
480 const Params *
481 params() const
482 {
483 return dynamic_cast<const Params *>(_params);
484 }

--- 18 unchanged lines hidden ---
479 public:
480 typedef HDLcdParams Params;
481
482 const Params *
483 params() const
484 {
485 return dynamic_cast<const Params *>(_params);
486 }

--- 18 unchanged lines hidden ---