Lines Matching defs:config
32 uint8_t mux, sc_pad_config_t config, sc_pad_iso_t iso)
42 RPC_U8(&msg, 3U) = (uint8_t)config;
53 uint8_t *mux, sc_pad_config_t *config,
72 if (config != NULL) {
73 *config = RPC_U8(&msg, 1U);
162 sc_pad_config_t config, sc_pad_iso_t iso, uint32_t ctrl,
174 RPC_U8(&msg, 7U) = (uint8_t)config;
186 sc_pad_config_t *config, sc_pad_iso_t *iso,
209 if (config != NULL) {
210 *config = RPC_U8(&msg, 5U);