Lines Matching defs:mode
32 sc_err_t sc_pm_set_sys_power_mode(sc_ipc_t ipc, sc_pm_power_mode_t mode)
40 RPC_U8(&msg, 0U) = (uint8_t)mode;
50 sc_pm_power_mode_t mode)
59 RPC_U8(&msg, 1U) = (uint8_t)mode;
69 sc_pm_power_mode_t *mode)
83 if (mode != NULL) {
84 *mode = RPC_U8(&msg, 0U);
91 sc_pm_power_mode_t mode)
100 RPC_U8(&msg, 2U) = (uint8_t)mode;
110 sc_pm_power_mode_t *mode)
124 if (mode != NULL) {
125 *mode = RPC_U8(&msg, 0U);
132 sc_pm_power_mode_t mode)
141 RPC_U8(&msg, 2U) = (uint8_t)mode;
151 sc_pm_power_mode_t mode,
161 RPC_U8(&msg, 2U) = (uint8_t)mode;