Searched refs:set_channel (Results 1 – 20 of 20) sorted by relevance
/Zephyr-Core-3.4.0/samples/net/wpanusb/src/ |
D | wpanusb.h | 25 struct set_channel { struct
|
D | wpanusb.c | 182 static int set_channel(void *data, int len) in set_channel() function 184 struct set_channel *req = data; in set_channel() 188 return radio_api->set_channel(ieee802154_dev, req->channel); in set_channel() 327 set_channel(buf->data, buf->len); in tx_thread()
|
/Zephyr-Core-3.4.0/samples/net/wpan_serial/src/ |
D | main.c | 276 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() 505 radio_api->set_channel(ieee802154_dev, in init_ieee802154()
|
/Zephyr-Core-3.4.0/tests/net/ieee802154/l2/src/ |
D | ieee802154_fake_driver.c | 124 .set_channel = fake_set_channel,
|
/Zephyr-Core-3.4.0/include/zephyr/net/ |
D | ieee802154_radio.h | 329 int (*set_channel)(const struct device *dev, uint16_t channel); member
|
/Zephyr-Core-3.4.0/subsys/net/l2/ieee802154/ |
D | ieee802154_utils.h | 51 return radio->set_channel(net_if_get_device(iface), channel); in ieee802154_set_channel()
|
/Zephyr-Core-3.4.0/modules/openthread/platform/ |
D | radio.c | 304 radio_api->set_channel(radio_dev, sTransmitFrame.mChannel); in transmit_message() 545 radio_api->set_channel(radio_dev, in platformRadioProcess() 649 radio_api->set_channel(radio_dev, aChannel); in otPlatRadioReceive() 864 radio_api->set_channel(radio_dev, aScanChannel); in otPlatRadioEnergyScan()
|
/Zephyr-Core-3.4.0/drivers/ieee802154/ |
D | ieee802154_uart_pipe.c | 388 .set_channel = upipe_set_channel,
|
D | ieee802154_b91.c | 593 .set_channel = b91_set_channel,
|
D | ieee802154_cc1200.c | 796 .set_channel = cc1200_set_channel,
|
D | ieee802154_cc13xx_cc26xx.c | 577 .set_channel = ieee802154_cc13xx_cc26xx_set_channel,
|
D | ieee802154_cc13xx_cc26xx_subg.c | 769 .set_channel = ieee802154_cc13xx_cc26xx_subg_set_channel,
|
D | ieee802154_kw41z.c | 1092 .set_channel = kw41z_set_channel,
|
D | ieee802154_nrf5.c | 1160 .set_channel = nrf5_set_channel,
|
D | ieee802154_rf2xx.c | 1047 .set_channel = rf2xx_set_channel,
|
D | ieee802154_mcr20a.c | 1433 .set_channel = mcr20a_set_channel,
|
D | ieee802154_cc2520.c | 1045 .set_channel = cc2520_set_channel,
|
D | ieee802154_dw1000.c | 1628 .set_channel = dwt_set_channel,
|
/Zephyr-Core-3.4.0/drivers/led/ |
D | led_shell.c | 319 SHELL_CMD_ARG(set_channel, NULL, "<device> <channel> <value [0-255]>",
|
/Zephyr-Core-3.4.0/tests/subsys/openthread/ |
D | radio_test.c | 64 .set_channel = set_channel_mock,
|