Lines Matching defs:ctrl
83 sc_err_t sc_pad_set_gp(sc_ipc_t ipc, sc_pad_t pad, uint32_t ctrl)
91 RPC_U32(&msg, 0U) = (uint32_t)ctrl;
101 sc_err_t sc_pad_get_gp(sc_ipc_t ipc, sc_pad_t pad, uint32_t *ctrl)
114 if (ctrl != NULL) {
115 *ctrl = RPC_U32(&msg, 0U);
162 sc_pad_config_t config, sc_pad_iso_t iso, uint32_t ctrl,
171 RPC_U32(&msg, 0U) = (uint32_t)ctrl;
187 uint32_t *ctrl, sc_pad_wakeup_t *wakeup)
200 if (ctrl != NULL) {
201 *ctrl = RPC_U32(&msg, 0U);