Re: [PATCH 06/41] rtems: Add rtems_interrupt_get_attributes()

2021-07-21 Thread Gedare Bloom
On Wed, Jul 21, 2021 at 12:07 PM Sebastian Huber wrote: > > On 21/07/2021 20:00, Gedare Bloom wrote: > >> + /** > >> + * @brief This member is true, if the interrupt vector may be enabled by > >> + * rtems_interrupt_vector_enable(), otherwise it is false. > >> + * > >> + * When an inter

Re: [PATCH 06/41] rtems: Add rtems_interrupt_get_attributes()

2021-07-21 Thread Sebastian Huber
On 21/07/2021 20:00, Gedare Bloom wrote: + /** + * @brief This member is true, if the interrupt vector may be enabled by + * rtems_interrupt_vector_enable(), otherwise it is false. + * + * When an interrupt vector may be enabled, this means that the enabled state + * may be changed f

Re: [PATCH 06/41] rtems: Add rtems_interrupt_get_attributes()

2021-07-21 Thread Gedare Bloom
On Mon, Jul 12, 2021 at 6:50 AM Sebastian Huber wrote: > > Add a directive to query the attributes of an interrupt vector. This nit, add "can" > be used for generic tests and system diagnostics. > > Update #3269. > --- > cpukit/include/rtems/irq-extension.h | 198 +++ >