Home
last modified time | relevance | path

Searched defs:second (Results 1 – 8 of 8) sorted by relevance

/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()
/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/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/zephyr/port/wifi/
Dwifi_stubs.c653 uint8_t *second) in esp_wifi_internal_get_config_channel()
662 uint8_t *primary, uint8_t *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()
950 esp_err_t esp_wifi_get_channel(uint8_t *primary, wifi_second_chan_t *second) in esp_wifi_get_channel()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dtime_scene_server.c1055 second = 0U, day_of_week = 0U, action = 0U, trans_time = 0U; in scheduler_act_set() local
/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi_he_types.h163 unsigned second : 4; /**< the second channel if in HT40 */ member
Desp_wifi_types.h224 wifi_second_chan_t second; /**< secondary channel of AP */ member