Home
last modified time | relevance | path

Searched refs:is_rw (Results 1 – 3 of 3) sorted by relevance

/subsys/net/lib/ocpp/
A Dkey_mgmt.c43 bool is_rw; member
50 {.type = _type, .is_rw = _rw, .key = _key, .skey = _skey, .val = {_val}}
142 return cached_key_cfg[key].is_rw; in ocpp_is_key_rw()
186 !cached_key_cfg[key].is_rw) { in ocpp_update_cfg_val()
A Dcore.c94 bool is_rw; in ocpp_get_configuration() local
102 is_rw = ocpp_is_key_rw(key); in ocpp_get_configuration()
113 fn(buf, sizeof(ctx->pdu_buf), ocpp_get_key_literal(key), sval, is_rw, uid); in ocpp_get_configuration()
A Docpp_j.c393 bool is_rw, char *uid) in frame_getconfig_msg() argument
402 msg.configuration_key[0].readonly = !is_rw; in frame_getconfig_msg()

Completed in 20 milliseconds