Gedare Bloom started a new discussion on cpukit/include/rtems/dhrl.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1193#note_150846 > + * - Two RTEMS Classic API Tasks, pinned to @a core_a and @a core_b. > + * - An RTEMS Classic API Barrier. > + * > + * @param[in,out] config specify the instance attributes and hold the > internal context > + * @param[in] core_a the logical processor ID for Worker A > + * @param[in] core_b the logical processor ID for Worker B > + * @param[in] priority the RTEMS task priority assigned to both workers > + * > + * @return an RTEMS status code indicating success or failure. > + * > + * @note This function performs a blocking hardware calibration phase that > forces > + * cache invalidations. It should be called during system initialization. > + */ > +rtems_status_code rtems_dhrl_init( > + rtems_dhrl_config *config, > + uint32_t core_a, i think we usually call this more like `cpu` or `cpu_index` in other RTEMS APIs, such as capture.h, intr.h, recordclient.h -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1193#note_150846 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
