Lines Matching full:system
2 Null Reset System Library instance that only generates ASSERT() conditions.
21 This function causes a system-wide reset (cold reset), in which
22 all circuitry within the system returns to its initial state. This type of reset
23 is asynchronous to system operation and operates without regard to
26 If this function returns, it means that the system does not support cold reset.
38 This function causes a system-wide initialization (warm reset), in which all processors
41 If this function returns, it means that the system does not support warm reset.
53 This function causes the system to enter a power state equivalent
56 If this function returns, it means that the system does not support shut down reset.
68 This function causes the system to enter S3 and then wake up immediately.
70 If this function returns, it means that the system does not support S3 feature.