hdlcd.hh (10839:10cac0f0f419) hdlcd.hh (10840:48039363f67a)
1/*
2 * Copyright (c) 2010-2013, 2015 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

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

481 std::vector<DmaDoneEvent> dmaDoneEventAll;
482
483 /** Unused DMA done events that are ready to be scheduled */
484 std::vector<DmaDoneEvent *> dmaDoneEventFree;
485 /**@}*/
486
487 bool enableCapture;
488
1/*
2 * Copyright (c) 2010-2013, 2015 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

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

481 std::vector<DmaDoneEvent> dmaDoneEventAll;
482
483 /** Unused DMA done events that are ready to be scheduled */
484 std::vector<DmaDoneEvent *> dmaDoneEventFree;
485 /**@}*/
486
487 bool enableCapture;
488
489 const bool workaround_swap_rb;
490
489 public:
490 typedef HDLcdParams Params;
491
492 const Params *
493 params() const
494 {
495 return dynamic_cast<const Params *>(_params);
496 }

--- 18 unchanged lines hidden ---
491 public:
492 typedef HDLcdParams Params;
493
494 const Params *
495 params() const
496 {
497 return dynamic_cast<const Params *>(_params);
498 }

--- 18 unchanged lines hidden ---