Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/support/platform/include/can/
H A Dcan_client.h33 int32_t CanClientSetCfg(struct CanClient *client, const struct CanConfig *cfg);
/ohos5.0/drivers/hdf_core/framework/support/platform/src/can/
H A Dcan_if.c52 return CanClientSetCfg((struct CanClient *)handle, cfg); in CanBusSetCfg()
H A Dcan_client.c152 int32_t CanClientSetCfg(struct CanClient *client, const struct CanConfig *cfg) in CanClientSetCfg() function