Searched refs:cca (Results 1 – 18 of 18) sorted by relevance
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_nrf5.c | 481 static bool nrf5_tx_immediate(struct net_pkt *pkt, uint8_t *payload, bool cca) in nrf5_tx_immediate() argument 488 .cca = cca, in nrf5_tx_immediate() 520 bool cca = false; in nrf5_tx_at() local 529 cca = true; in nrf5_tx_at() 533 cca = true; in nrf5_tx_at() 548 .cca = cca, in nrf5_tx_at() 1285 .cca = nrf5_cca,
|
D | ieee802154_cc2520.c | 379 return gpio_pin_get_raw(cfg->cca.port, cfg->cca.pin); in get_cca() 975 !gpio_is_ready_dt(&cfg->cca) || in configure_gpios() 984 gpio_pin_configure_dt(&cfg->cca, GPIO_INPUT); in configure_gpios() 1051 .cca = GPIO_DT_SPEC_INST_GET(0, cca_gpios), 1062 .cca = cc2520_cca,
|
D | ieee802154_cc2520.h | 26 struct gpio_dt_spec cca; member
|
D | ieee802154_uart_pipe.c | 391 .cca = upipe_cca,
|
D | ieee802154_b91.c | 621 .cca = b91_cca,
|
D | ieee802154_cc1200.c | 818 .cca = cc1200_cca,
|
D | ieee802154_cc13xx_cc26xx.c | 581 .cca = ieee802154_cc13xx_cc26xx_cca,
|
D | ieee802154_cc13xx_cc26xx_subg.c | 921 .cca = ieee802154_cc13xx_cc26xx_subg_cca,
|
D | ieee802154_kw41z.c | 1094 .cca = kw41z_cca,
|
D | ieee802154_rf2xx.c | 1088 .cca = rf2xx_cca,
|
D | ieee802154_mcr20a.c | 1456 .cca = mcr20a_cca,
|
D | ieee802154_dw1000.c | 1663 .cca = dwt_cca,
|
/Zephyr-latest/tests/drivers/build_all/ieee802154/boards/ |
D | native_sim.overlay | 50 cca-gpios = <&test_gpio 0 0>;
|
/Zephyr-latest/tests/net/ieee802154/l2/src/ |
D | ieee802154_fake_driver.c | 163 .cca = fake_cca,
|
/Zephyr-latest/include/zephyr/net/ |
D | ieee802154_radio.h | 1554 int (*cca)(const struct device *dev); member
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | ieee802154_utils.h | 45 return radio->cca(net_if_get_device(iface)); in ieee802154_radio_cca()
|
/Zephyr-latest/tests/subsys/openthread/ |
D | radio_test.c | 62 .cca = cca_mock,
|
/Zephyr-latest/modules/openthread/platform/ |
D | radio.c | 446 tx_err = radio_api->cca(radio_dev); in transmit_message()
|