Home
last modified time | relevance | path

Searched refs:set_channel (Results 1 – 25 of 25) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/
Demul_sensor.h30 int (*set_channel)(const struct emul *target, struct sensor_chan_spec ch, member
81 if (api->set_channel) { in emul_sensor_backend_set_channel()
82 return api->set_channel(target, ch, value, shift); in emul_sensor_backend_set_channel()
/Zephyr-latest/samples/net/wpan_serial/src/
Dmain.c276 static void set_channel(uint8_t chan) in set_channel() function
280 radio_api->set_channel(ieee802154_dev, chan); in set_channel()
295 set_channel(net_buf_pull_u8(buf)); in process_config()
511 radio_api->set_channel(ieee802154_dev, in init_ieee802154()
/Zephyr-latest/tests/net/ieee802154/l2/src/
Dieee802154_fake_driver.c164 .set_channel = fake_set_channel,
/Zephyr-latest/drivers/sensor/amd_sb_tsi/
Dsb_tsi_emul.c144 .set_channel = sb_tsi_emul_set_channel,
/Zephyr-latest/drivers/sensor/f75303/
Df75303_emul.c164 .set_channel = f75303_emul_set_channel,
/Zephyr-latest/drivers/sensor/asahi_kasei/akm09918c/
Dakm09918c_emul.c212 .set_channel = akm09918c_emul_backend_set_channel,
/Zephyr-latest/include/zephyr/net/
Dieee802154_radio.h1578 int (*set_channel)(const struct device *dev, uint16_t channel); member
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_utils.h57 return radio->set_channel(net_if_get_device(iface), channel); in ieee802154_radio_set_channel()
/Zephyr-latest/modules/openthread/platform/
Dradio.c384 radio_api->set_channel(radio_dev, ch); in radio_set_channel()
694 radio_api->set_channel(radio_dev, in platformRadioProcess()
798 radio_api->set_channel(radio_dev, aChannel); in otPlatRadioReceive()
1060 radio_api->set_channel(radio_dev, aScanChannel); in otPlatRadioEnergyScan()
/Zephyr-latest/drivers/ieee802154/
Dieee802154_uart_pipe.c392 .set_channel = upipe_set_channel,
Dieee802154_b91.c622 .set_channel = b91_set_channel,
Dieee802154_cc1200.c819 .set_channel = cc1200_set_channel,
Dieee802154_cc13xx_cc26xx.c582 .set_channel = ieee802154_cc13xx_cc26xx_set_channel,
Dieee802154_cc13xx_cc26xx_subg.c922 .set_channel = ieee802154_cc13xx_cc26xx_subg_set_channel,
Dieee802154_kw41z.c1095 .set_channel = kw41z_set_channel,
Dieee802154_nrf5.c1286 .set_channel = nrf5_set_channel,
Dieee802154_rf2xx.c1089 .set_channel = rf2xx_set_channel,
Dieee802154_mcr20a.c1457 .set_channel = mcr20a_set_channel,
Dieee802154_cc2520.c1063 .set_channel = cc2520_set_channel,
Dieee802154_dw1000.c1664 .set_channel = dwt_set_channel,
/Zephyr-latest/drivers/sensor/bosch/bma4xx/
Dbma4xx_emul.c310 .set_channel = bma4xx_emul_backend_set_channel,
/Zephyr-latest/drivers/sensor/tdk/icm42688/
Dicm42688_emul.c406 .set_channel = icm42688_emul_backend_set_channel,
/Zephyr-latest/drivers/led/
Dled_shell.c359 SHELL_CMD_ARG(set_channel, &dsub_device_name, "<device> <channel> <value [0-255]>",
/Zephyr-latest/drivers/sensor/bosch/bmi160/
Demul_bmi160.c578 .set_channel = bmi160_emul_backend_set_channel,
/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c63 .set_channel = set_channel_mock,