RCCE_power_domain_master.3 602 B

12345678910111213141516171819202122232425262728293031323334
  1. .TH RCCE 3 2010-06-27 "RCCE MANPAGE" "RCCE Library"
  2. .SH NAME
  3. RCCE_power_domain_master \- returns the rank (UE) of the master of the local power domain
  4. .SH SYNOPSIS
  5. .B #include <rcce.h>
  6. .sp
  7. .BI "int RCCE_power_domain_master(void );"
  8. .SH DESCRIPTION
  9. .BR RCCE_power_domain_master()
  10. returns the rank (UE) of the master of the local power domain.
  11. .SH "RETURN VALUE"
  12. Upon successful completion
  13. .BR RCCE_power_domain()
  14. returns
  15. the rank (UE) of the master of the local power domain.
  16. .SH ERRORS
  17. Look in
  18. .BR rcce.h
  19. for additional error codes.
  20. .SH "SEE ALSO"
  21. rcce.h(5)
  22. .SH EXAMPLE
  23. .PP
  24. To be supplied.