Searched refs:post (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/bt/ |
D | linker_esp_ble_controller.lf | 8 # 'ALIGN(4) ALIGN(4, post) SURROUND(sym)', which generates: 21 bt_bss -> extern_ram ALIGN(4) ALIGN(4, post) SURROUND(bt_bss), 22 bt_common -> extern_ram ALIGN(4) ALIGN(4, post) SURROUND(bt_common), 23 data -> dram0_data ALIGN(4) ALIGN(4, post) SURROUND(bt_data) 26 bt_bss -> dram0_bss ALIGN(4) ALIGN(4, post) SURROUND(bt_bss), 27 bt_common -> dram0_bss ALIGN(4) ALIGN(4, post) SURROUND(bt_common), 28 data -> dram0_data ALIGN(4) ALIGN(4, post) SURROUND(bt_data) 35 bt_bss -> dram0_bss ALIGN(4) ALIGN(4, post) SURROUND(bt_controller_bss), 36 bt_common -> dram0_bss ALIGN(4) ALIGN(4, post) SURROUND(bt_controller_common), 37 data -> dram0_data ALIGN(4) ALIGN(4, post) SURROUND(bt_controller_data)
|
D | linker_rw_bt_controller.lf | 8 # 'ALIGN(4) ALIGN(4, post) SURROUND(sym)', which generates: 21 bt_bss -> extern_ram ALIGN(4) ALIGN(4, post) SURROUND(bt_bss), 22 bt_common -> extern_ram ALIGN(4) ALIGN(4, post) SURROUND(bt_common), 23 data -> dram0_data ALIGN(4) ALIGN(4, post) SURROUND(bt_data) 26 bt_bss -> dram0_bss ALIGN(4) ALIGN(4, post) SURROUND(bt_bss), 27 bt_common -> dram0_bss ALIGN(4) ALIGN(4, post) SURROUND(bt_common), 28 data -> dram0_data ALIGN(4) ALIGN(4, post) SURROUND(bt_data) 35 bt_bss -> dram0_bss ALIGN(4) ALIGN(4, post) SURROUND(bt_controller_bss), 36 bt_common -> dram0_bss ALIGN(4) ALIGN(4, post) SURROUND(bt_controller_common), 37 data -> dram0_data ALIGN(4) ALIGN(4, post) SURROUND(bt_controller_data)
|
D | linker_esp32c2.lf | 52 # 'ALIGN(4) ALIGN(4, post) SURROUND(sym)', which generates: 64 bt_bss -> dram0_bt_bss ALIGN(4) ALIGN(4, post) SURROUND(bt_bss), 65 bt_common -> dram0_bt_bss ALIGN(4) ALIGN(4, post) SURROUND(bt_common), 66 bt_data -> dram0_bt_data ALIGN(4) ALIGN(4, post) SURROUND(bt_data) 72 bt_bss -> dram0_bt_bss ALIGN(4) ALIGN(4, post) SURROUND(bt_controller_bss), 73 bt_common -> dram0_bt_bss ALIGN(4) ALIGN(4, post) SURROUND(bt_controller_common), 74 bt_data -> dram0_bt_data ALIGN(4) ALIGN(4, post) SURROUND(bt_controller_data) 80 bt_bss -> dram0_bt_bss ALIGN(4) ALIGN(4, post) SURROUND(bt_controller_bss), 81 bt_common -> dram0_bt_bss ALIGN(4) ALIGN(4, post) SURROUND(bt_controller_common), 82 bt_data -> dram0_bt_data ALIGN(4) ALIGN(4, post) SURROUND(bt_controller_data)
|
/hal_espressif-latest/components/esp_event/ |
D | esp_event.c | 117 …esp_event_loop_instance_t* loop, esp_event_handler_node_t *handler, esp_event_post_instance_t post) in handler_execute() argument 119 …unning post %s:%"PRIu32" with handler %p and context %p on loop %p", post.base, post.id, handler->… in handler_execute() 129 if (post.data_set) { in handler_execute() 130 if (post.data_allocated) { in handler_execute() 131 data_ptr = post.data.ptr; in handler_execute() 133 data_ptr = &post.data.val; in handler_execute() 137 (*(handler->handler_ctx->handler))(handler->handler_ctx->arg, post.base, post.id, data_ptr); in handler_execute() 139 (*(handler->handler_ctx->handler))(handler->handler_ctx->arg, post.base, post.id, post.data); in handler_execute() 435 …ic void inline __attribute__((always_inline)) post_instance_delete(esp_event_post_instance_t* post) in post_instance_delete() argument 438 if (post->data_allocated && post->data.ptr) { in post_instance_delete() [all …]
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | burn-key-digest-cmd.rst | 25 …remains writable. The keys use the RS coding scheme that does not support post-write data changes.…
|
D | burn-key-cmd.rst | 38 …remains writable. The keys use the RS coding scheme that does not support post-write data changes.…
|
/hal_espressif-latest/tools/esptool_py/ |
D | CONTRIBUTING.rst | 50 Feel free to post feature requests. It’s helpful if you can explain exactly why the feature would b…
|