| 12345678910111213141516171819202122232425262728293031323334 |
- .TH RCCE 3 2010-06-27 "RCCE MANPAGE" "RCCE Library"
- .SH NAME
- RCCE_power_domain_master \- returns the rank (UE) of the master of the local power domain
- .SH SYNOPSIS
- .B #include <rcce.h>
- .sp
- .BI "int RCCE_power_domain_master(void );"
- .SH DESCRIPTION
- .BR RCCE_power_domain_master()
- returns the rank (UE) of the master of the local power domain.
- .SH "RETURN VALUE"
- Upon successful completion
- .BR RCCE_power_domain()
- returns
- the rank (UE) of the master of the local power domain.
- .SH ERRORS
- Look in
- .BR rcce.h
- for additional error codes.
- .SH "SEE ALSO"
- rcce.h(5)
- .SH EXAMPLE
- .PP
- To be supplied.
|