Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/support/platform/src/can/
H A Dcan_if.c50 int32_t CanBusSetCfg(DevHandle handle, const struct CanConfig *cfg) in CanBusSetCfg() function
/ohos5.0/drivers/hdf_core/framework/include/platform/
H A Dcan_if.h87 int32_t CanBusSetCfg(DevHandle handle, const struct CanConfig *cfg);
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dcan_test.c141 LONGS_EQUAL_RETURN(HDF_SUCCESS, CanBusSetCfg(g_handle, &cfg)); in CanTestSetUpByConfig()
419 ret = CanBusSetCfg(NULL, &cfg); in CanTestReliability()
437 ret = CanBusSetCfg(handle, NULL); in CanTestReliability()