Changes between Version 7 and Version 8 of xcu_driver


Ignore:
Timestamp:
Jan 5, 2017, 3:25:27 PM (8 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • xcu_driver

    v7 v8  
    2626
    2727 === void '''_xcu_set_mask'''( unsigned int cluster_xy,  unsigned int channel,    unsigned int mask,   unsigned int irq_type ) ===
    28 This function set the mask register for all IRQs of a given type.
     28This function set the mask register for one or several IRQ(s) of a given type.
    2929 * '''cluster_xy''' : cluster coordinates.
    3030 * '''channel''' : XCU channel (output IRQ index).
    3131 * '''mask''' : mask value : All '1' bits are set / all '0' bits are not modified.
     32 * '''irq_type''' : IRQ type.
     33
     34 === void '''_xcu_reset_mask'''( unsigned int cluster_xy,  unsigned int channel,    unsigned int mask,   unsigned int irq_type ) ===
     35This function reset the mask register for one or several IRQ(s) of a given type.
     36 * '''cluster_xy''' : cluster coordinates.
     37 * '''channel''' : XCU channel (output IRQ index).
     38 * '''mask''' : mask value : All '1' bits are reset / all '0' bits are not modified.
    3239 * '''irq_type''' : IRQ type.
    3340
     
    7885 * '''cluster_xy''' : cluster coordinates.
    7986 * '''pti_index''' : mailbox index.
    80