On Thu, Jun 25, 2020, 12:38 AM Sebastian Huber <
sebastian.hu...@embedded-brains.de> wrote:
> On 25/06/2020 01:36, Chris Johns wrote:
>
> > On 24/6/20 2:40 am, Sebastian Huber wrote:
> >> Hello,
> >>
> >> I noticed that the rtems_interrupt_catch() di
On 25/06/2020 01:36, Chris Johns wrote:
On 24/6/20 2:40 am, Sebastian Huber wrote:
Hello,
I noticed that the rtems_interrupt_catch() directive is only declared
and implemented if CPU_SIMPLE_VECTORED_INTERRUPTS == TRUE:
#if (CPU_SIMPLE_VECTORED_INTERRUPTS == FALSE)
typedef
On 24/6/20 2:40 am, Sebastian Huber wrote:
Hello,
I noticed that the rtems_interrupt_catch() directive is only declared
and implemented if CPU_SIMPLE_VECTORED_INTERRUPTS == TRUE:
#if (CPU_SIMPLE_VECTORED_INTERRUPTS == FALSE)
typedef ISR_Handler_entry rtems_isr_entry;
#else
/**
* @brief
Hello,
I noticed that the rtems_interrupt_catch() directive is only declared
and implemented if CPU_SIMPLE_VECTORED_INTERRUPTS == TRUE:
#if (CPU_SIMPLE_VECTORED_INTERRUPTS == FALSE)
typedef ISR_Handler_entry rtems_isr_entry;
#else
/**
* @brief Interrupt handler type.
*
* @see
use interrupt service routine and false otherwise.
- */
-
-RTEMS_INLINE_ROUTINE bool _ISR_Is_valid_user_handler (
- void *handler
-)
-{
- return (handler != NULL);
-}
-
rtems_status_code rtems_interrupt_catch(
rtems_isr_entry new_isr_handler,
rtems_vector_number vector,
rt
use interrupt service routine and false otherwise.
- */
-
-RTEMS_INLINE_ROUTINE bool _ISR_Is_valid_user_handler (
- void *handler
-)
-{
- return (handler != NULL);
-}
-
rtems_status_code rtems_interrupt_catch(
rtems_isr_entry new_isr_handler,
rtems_vector_number vector,
rt