Christian Mauderer commented on a discussion on 
bsps/aarch64/raspberrypi/include/bsp/raspberrypi-pwm.h: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/509#note_124810

 > +#define S_EMPT1 BSP_BIT32( 1 )
 > +#define S_FULL1 BSP_BIT32( 0 )
 > +
 > +rtems_status_code rpi_pwm_set_data(
 > +  raspberrypi_pwm_master  master,
 > +  raspberrypi_pwm_channel channel,
 > +  uint32_t                data
 > +);
 > +
 > +rtems_status_code rpi_pwm_init(
 > +  raspberrypi_pwm_master  master,
 > +  raspberrypi_pwm_channel channel,
 > +  uint32_t                divisor,
 > +  uint32_t                range,
 > +  uint32_t                data
 > +);

Resolved with the latest commits.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/509#note_124810
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to