|
Zephyr API 3.6.99
|
Loading...
Searching...
No Matches
- Module bt_hci_driver
- This is the old HCI driver API. Drivers should use Bluetooth HCI APIs instead.
- Global bt_hci_driver_register (const struct bt_hci_driver *drv)
- Use the new HCI driver interface instead: Bluetooth HCI APIs
- Global BT_LE_ADV_CONN_NAME
- This macro will be removed in the near future, see https://github.com/zephyrproject-rtos/zephyr/issues/71686
- Global BT_LE_ADV_CONN_NAME_AD
- This macro will be removed in the near future, see https://github.com/zephyrproject-rtos/zephyr/issues/71686
- Global BT_LE_ADV_NCONN_NAME
- This macro will be removed in the near future, see https://github.com/zephyrproject-rtos/zephyr/issues/71686
- Global BT_LE_ADV_OPT_FORCE_NAME_IN_AD
- This option will be removed in the near future, see https://github.com/zephyrproject-rtos/zephyr/issues/71686
- Global BT_LE_ADV_OPT_USE_NAME
- This option will be removed in the near future, see https://github.com/zephyrproject-rtos/zephyr/issues/71686
- Global BT_LE_EXT_ADV_CODED_NCONN_NAME
- This macro will be removed in the near future, see https://github.com/zephyrproject-rtos/zephyr/issues/71686
- Global BT_LE_EXT_ADV_CONN_NAME
- This macro will be removed in the near future, see https://github.com/zephyrproject-rtos/zephyr/issues/71686
- Global BT_LE_EXT_ADV_NCONN_NAME
- This macro will be removed in the near future, see https://github.com/zephyrproject-rtos/zephyr/issues/71686
- Global BT_LE_EXT_ADV_SCAN_NAME
- This macro will be removed in the near future, see https://github.com/zephyrproject-rtos/zephyr/issues/71686
- Global bt_recv (struct net_buf *buf)
- Use the new HCI driver interface instead: Bluetooth HCI APIs
- Global can_calc_prescaler (const struct device *dev, struct can_timing *timing, uint32_t bitrate)
- This function allows for bitrate errors, but bitrate errors between nodes on the same network leads to them drifting apart after the start-of-frame (SOF) synchronization has taken place.
- Global can_get_max_bitrate (const struct device *dev, uint32_t *max_bitrate)
- Use can_get_bitrate_max() instead.
- Global can_get_min_bitrate (const struct device *dev, uint32_t *min_bitrate)
- Use can_get_bitrate_min() instead.
- Global CAN_MAX_EXT_ID
- Use
CAN_EXT_ID_MASK
instead.
- Global CAN_MAX_STD_ID
- Use
CAN_STD_ID_MASK
instead.
- Global IEEE802154_HW_SLEEP_TO_TX
- Drivers and L2 SHALL not introduce additional references to this capability and remove existing ones as outlined in #63670.
- Global kscan_callback_t )(const struct device *dev, uint32_t row, uint32_t column, bool pressed)
-
- Global kscan_config (const struct device *dev, kscan_callback_t callback)
- Global kscan_disable_callback (const struct device *dev)
-
- Global kscan_enable_callback (const struct device *dev)
-
- Module kscan_interface
- Global net_buf_get (struct k_fifo *fifo, k_timeout_t timeout)
- Use k_fifo_get() instead.
- Global net_buf_put (struct k_fifo *fifo, struct net_buf *buf)
- Use k_fifo_put() instead.
- Global net_if_ipv4_get_netmask (struct net_if *iface)
- Use net_if_ipv4_get_netmask_by_addr() instead.
- Global net_if_ipv4_set_netmask (struct net_if *iface, const struct in_addr *netmask)
- Use net_if_ipv4_set_netmask_by_addr() instead.
- Global net_if_ipv4_set_netmask_by_index (int index, const struct in_addr *netmask)
- Use net_if_ipv4_set_netmask_by_addr() instead.
- Global PWM_STM32_COMPLEMENTARY
- Use the PWM complementary
STM32_PWM_COMPLEMENTARY
flag instead.
- Global smp_add_cmd_ret (zcbor_state_t *zse, uint16_t group, uint16_t ret)
- Deprecated after Zephyr 3.4, use smp_add_cmd_err() instead