You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many PLL drivers expose the clock_control_driver_api, and I believe it's essential to support a status indicating whether the PLL is locked. This is a critical attribute for the normal operation of a PLL. While it could be encapsulated using the sensor_driver_api's channel_get function with a custom attribute, it seems more appropriate to integrate this functionality directly into the clock_control_driver_api.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey,
Many PLL drivers expose the
clock_control_driver_api
, and I believe it's essential to support a status indicating whether the PLL is locked. This is a critical attribute for the normal operation of a PLL. While it could be encapsulated using thesensor_driver_api
'schannel_get
function with a custom attribute, it seems more appropriate to integrate this functionality directly into theclock_control_driver_api
.Beta Was this translation helpful? Give feedback.
All reactions