Home
last modified time | relevance | path

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

12

/hal_espressif-latest/components/bt/host/bluedroid/device/
Dbdaddr.c43 bool bdaddr_equals(const bt_bdaddr_t *first, const bt_bdaddr_t *second) in bdaddr_equals() argument
46 assert(second != NULL); in bdaddr_equals()
48 return memcmp(first, second, sizeof(bt_bdaddr_t)) == 0; in bdaddr_equals()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/
Dtime_scene_server.h205 second : 6, member
301 second : 6, member
356 second : 6, member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_time_scene_model_api.h132 uint64_t second : 6; /*!< Scheduled second for the action */ member
224 uint64_t second : 6; /*!< Scheduled second for the action */ member
623 second : 6, /*!< The value of Scheduled second for the action */ member
710 uint64_t second : 6; /*!< Scheduled second for the action */ member
802 uint64_t second : 6; /*!< Scheduled second for the action */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dtime_scene_client.h176 uint64_t second : 6; /* Scheduled second for the action */ member
194 uint64_t second : 6; /* Scheduled second for the action */ member
/hal_espressif-latest/components/bt/host/bluedroid/device/include/device/
Dbdaddr.h40 bool bdaddr_equals(const bt_bdaddr_t *first, const bt_bdaddr_t *second);
/hal_espressif-latest/zephyr/port/wifi/
Dwifi_stubs.c653 uint8_t *second) in esp_wifi_internal_get_config_channel() argument
657 ARG_UNUSED(second); in esp_wifi_internal_get_config_channel()
662 uint8_t *primary, uint8_t *second) in esp_wifi_internal_get_negotiated_channel() argument
667 ARG_UNUSED(second); in esp_wifi_internal_get_negotiated_channel()
943 esp_err_t esp_wifi_set_channel(uint8_t primary, wifi_second_chan_t second) in esp_wifi_set_channel() argument
946 ARG_UNUSED(second); in esp_wifi_set_channel()
950 esp_err_t esp_wifi_get_channel(uint8_t *primary, wifi_second_chan_t *second) in esp_wifi_get_channel() argument
953 ARG_UNUSED(second); in esp_wifi_get_channel()
/hal_espressif-latest/components/esp_wifi/include/esp_private/
Dwifi.h480 …rr_t esp_wifi_internal_get_config_channel(wifi_interface_t ifx, uint8_t *primary, uint8_t *second);
494 …ernal_get_negotiated_channel(wifi_interface_t ifx, uint8_t aid, uint8_t *primary, uint8_t *second);
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dtime_scene_server.c949 val |= ((uint64_t)(reg->day_of_week) << 45) | ((uint64_t)(reg->second) << 39); in get_schedule_reg_state()
1055 second = 0U, day_of_week = 0U, action = 0U, trans_time = 0U; in scheduler_act_set() local
1073 second = (value >> 39) & BIT_MASK(6); in scheduler_act_set()
1108 .scheduler_act_set.second = second, in scheduler_act_set()
1125 srv->state->schedules[index].second = second; in scheduler_act_set()
1138 .scheduler_act_set.second = second, in scheduler_act_set()
/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi_he_types.h163 unsigned second : 4; /**< the second channel if in HT40 */ member
Desp_wifi.h704 esp_err_t esp_wifi_set_channel(uint8_t primary, wifi_second_chan_t second);
719 esp_err_t esp_wifi_get_channel(uint8_t *primary, wifi_second_chan_t *second);
Desp_wifi_types.h224 wifi_second_chan_t second; /**< secondary channel of AP */ member
/hal_espressif-latest/components/bt/porting/include/os/
Dos_mbuf.h620 void r_os_mbuf_concat(struct os_mbuf *first, struct os_mbuf *second);
1052 void os_mbuf_concat(struct os_mbuf *first, struct os_mbuf *second);
/hal_espressif-latest/components/bt/controller/esp32c2/
DKconfig.in337 int "size of the second BLE controller LOG buffer"
341 Configure the size of the second BLE controller LOG buffer.
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dadvanced-commands.rst113 A second option ``--non-volatile`` can be used in order to send a ``WREN`` (06h) command before wri…
/hal_espressif-latest/components/esp_system/ld/esp32c2/
Dsections.ld.in170 …*(.rodata_custom_desc .rodata_custom_desc.*) /* Should be the second. Custom app version info. DO …
/hal_espressif-latest/components/bt/controller/esp32c6/
DKconfig.in371 int "size of the second BLE controller LOG buffer"
375 Configure the size of the second BLE controller LOG buffer.
/hal_espressif-latest/components/bt/controller/esp32h2/
DKconfig.in362 int "size of the second BLE controller LOG buffer"
366 Configure the size of the second BLE controller LOG buffer.
/hal_espressif-latest/components/esp_system/ld/esp32h2/
Dsections.ld.in318 …*(.rodata_custom_desc .rodata_custom_desc.*) /* Should be the second. Custom app version info. DO …
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dserial-protocol.rst208 …mand>`__ | 32-bit word: Zero for normal SPI flash. A second 32-bit word (shoul…
246 …mand>`__ | 32-bit word: Zero for normal SPI flash. A second 32-bit word (shoul…
486 Here is a second example showing part of the initial synchronization sequence (lots of 0x55 bytes w…
/hal_espressif-latest/components/esp_system/ld/esp32c6/
Dsections.ld.in318 …*(.rodata_custom_desc .rodata_custom_desc.*) /* Should be the second. Custom app version info. DO …
/hal_espressif-latest/components/esp_system/ld/esp32/
Dsections.ld.in292 …*(.rodata_custom_desc .rodata_custom_desc.*) /* Should be the second. Custom app version info. DO …
/hal_espressif-latest/components/esp_system/ld/esp32c3/
Dsections.ld.in283 …*(.rodata_custom_desc .rodata_custom_desc.*) /* Should be the second. Custom app version info. DO …
/hal_espressif-latest/components/esp_system/ld/esp32s2/
Dsections.ld.in305 …*(.rodata_custom_desc .rodata_custom_desc.*) /* Should be the second. Custom app version info. DO …
/hal_espressif-latest/components/esp_system/ld/esp32s3/
Dsections.ld.in320 …*(.rodata_custom_desc .rodata_custom_desc.*) /* Should be the second. Custom app version info. DO …
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dburn-key-cmd.rst67 … :esp32s2 or esp32s3: - XTS_AES_256_KEY_2. The second 256 bits of 512bit flash encryption key.

12