Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 91) sorted by relevance

1234

/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/_htmresc/
H A Dmini-st.css703 [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { selector
706 [type="search"] { selector
710 [type="search"]::-webkit-search-cancel-button, selector
711 [type="search"]::-webkit-search-decoration { selector
714 input:not([type]), [type="text"], [type="email"], [type="number"], [type="search"], selector
715 [type="password"], [type="url"], [type="tel"], [type="checkbox"], [type="radio"], textarea, select { selector
740 [type="checkbox"], [type="radio"] { selector
751 [type="checkbox"]:checked:before, [type="radio"]:checked:before { selector
754 [type="checkbox"]:checked:before { selector
761 [type="radio"] { selector
[all …]
/btstack/3rd-party/lwip/core/src/include/lwip/priv/
H A Dtcpip_priv.h57 #define API_VAR_DECLARE(type, name) type * name argument
58 #define API_VAR_ALLOC_EXT(type, pool, name, errorblock) do { \ argument
64 #define API_VAR_ALLOC(type, pool, name, errorval) API_VAR_ALLOC_EXT(type, pool, name, return errorv… argument
65 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) do { \ argument
84 #define API_VAR_DECLARE(type, name) type name argument
85 #define API_VAR_ALLOC_EXT(type, pool, name, errorblock) argument
86 #define API_VAR_ALLOC(type, pool, name, errorval) argument
87 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) argument
130 enum tcpip_msg_type type; member
H A Dapi_msg.h229 #define NETIFAPI_IPADDR_DEF(type, m) type m argument
231 #define NETIFAPI_IPADDR_DEF(type, m) const type * m argument
/btstack/src/classic/
H A Dsdp_util.c180 static void de_store_descriptor(uint8_t * header, de_type_t type, de_size_t size){ in de_store_descriptor()
184 void de_store_descriptor_with_len(uint8_t * header, de_type_t type, de_size_t size, uint32_t len){ in de_store_descriptor_with_len()
229 void de_add_number(uint8_t *sequence, de_type_t type, de_size_t size, uint32_t value){ in de_add_number()
256 void de_add_data(uint8_t *sequence, de_type_t type, uint16_t size, uint8_t *data){ in de_add_data()
285 de_type_t type = de_get_element_type(element); in des_iterator_init() local
321 de_type_t type = de_get_element_type(element); in de_traverse_sequence() local
337 de_type_t type = de_get_element_type(element); in sdp_attribute_list_traverse_sequence() local
363 static int sdp_traversal_attributeID_search(uint8_t * element, de_type_t type, de_size_t size, void… in sdp_traversal_attributeID_search()
394 static int sdp_traversal_attribute_list_valie(uint8_t * element, de_type_t type, de_size_t size, vo… in sdp_traversal_attribute_list_valie()
423 static int sdp_traversal_valid_uuid(uint8_t * element, de_type_t type, de_size_t size, void *my_con… in sdp_traversal_valid_uuid()
[all …]
H A Dhfp_ag.h57 uint8_t type; member
H A Dhfp_gsm_model.c241 static void hfp_gsm_set_clip(int index_in_table, uint8_t type, const char * number){ in hfp_gsm_set_clip()
378 void hfp_gsm_handler(hfp_ag_call_event_t event, uint8_t index, uint8_t type, const char * number){ in hfp_gsm_handler()
/btstack/tool/
H A Dbtstack_event_generator.py288 def read_template_for_type(type): argument
293 def description_for_type(type): argument
300 def c_type_for_btstack_type(type): argument
311 def size_for_type(type): argument
H A Dcreate_packet_log.py74 def dumpPacket(fout, timestamp, type, data): argument
83 def handleHexPacket(fout, timestamp, type, text): argument
H A Djava_binding.py142 def java_type_for_btstack_type(type): argument
151 def size_for_type(type): argument
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/RTOS2/Template/
H A Dcmsis_os.h745 #define osPoolDef(name, no, type) \ argument
749 #define osPoolDef(name, no, type) \ argument
753 #define osPoolDef(name, no, type) \ argument
801 #define osMessageQDef(name, queue_sz, type) \ argument
805 #define osMessageQDef(name, queue_sz, type) \ argument
809 #define osMessageQDef(name, queue_sz, type) \ argument
855 #define osMailQDef(name, queue_sz, type) \ argument
859 #define osMailQDef(name, queue_sz, type) \ argument
863 #define osMailQDef(name, queue_sz, type) \ argument
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/RTOS/Template/
H A Dcmsis_os.h529 #define osPoolDef(name, no, type) \ argument
532 #define osPoolDef(name, no, type) \ argument
583 #define osMessageQDef(name, queue_sz, type) \ argument
586 #define osMessageQDef(name, queue_sz, type) \ argument
634 #define osMailQDef(name, queue_sz, type) \ argument
637 #define osMailQDef(name, queue_sz, type) \ argument
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dip6_zone.h177 #define ip6_addr_has_scope(ip6addr, type) \ argument
198 #define ip6_addr_assign_zone(ip6addr, type, netif) \ argument
228 #define ip6_addr_lacks_zone(ip6addr, type) \ argument
H A Dpbuf.h284 #define pbuf_match_allocsrc(p, type) (pbuf_get_allocsrc(p) == ((type) & PBUF_TYPE_ALLOC_SRC_MASK)) argument
285 #define pbuf_match_type(p, type) pbuf_match_allocsrc(p, type) argument
H A Dsnmp.h119 #define MIB2_INIT_NETIF(netif, type, speed) do { \ argument
138 #define MIB2_INIT_NETIF(netif, type, speed) argument
/btstack/3rd-party/lwip/core/src/core/ipv6/
H A Dicmp6.c309 icmp6_send_response(struct pbuf *p, u8_t code, u32_t data, u8_t type) in icmp6_send_response()
346 icmp6_send_response_with_addrs(struct pbuf *p, u8_t code, u32_t data, u8_t type, in icmp6_send_response_with_addrs()
385 icmp6_send_response_with_addrs_and_netif(struct pbuf *p, u8_t code, u32_t data, u8_t type, in icmp6_send_response_with_addrs_and_netif()
/btstack/3rd-party/lwip/core/src/core/ipv4/
H A Dicmp.c82 u8_t type; in icmp_input() local
340 icmp_send_response(struct pbuf *p, u8_t type, u8_t code) in icmp_send_response()
/btstack/3rd-party/lwip/core/src/core/
H A Dpbuf.c179 pbuf_init_alloced_pbuf(struct pbuf *p, void *payload, u16_t tot_len, u16_t len, pbuf_type type, u8_… in pbuf_init_alloced_pbuf()
224 pbuf_alloc(pbuf_layer layer, u16_t length, pbuf_type type) in pbuf_alloc()
327 pbuf_alloc_reference(void *payload, u16_t length, pbuf_type type) in pbuf_alloc_reference()
363 pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type, struct pbuf_custom *p, in pbuf_alloced_custom()
1306 pbuf_clone(pbuf_layer layer, pbuf_type type, struct pbuf *p) in pbuf_clone()
H A Dmemp.c337 memp_malloc(memp_t type) in memp_malloc()
420 memp_free(memp_t type, void *mem) in memp_free()
/btstack/src/
H A Dhci_transport.h121 hci_transport_config_type_t type; member
125 hci_transport_config_type_t type; // == HCI_TRANSPORT_CONFIG_UART member
/btstack/3rd-party/lwip/core/src/api/
H A Dnetifapi.c163 netifapi_arp_add(const ip4_addr_t *ipaddr, struct eth_addr *ethaddr, enum netifapi_arp_entry type) in netifapi_arp_add()
193 netifapi_arp_remove(const ip4_addr_t *ipaddr, enum netifapi_arp_entry type) in netifapi_arp_remove()
/btstack/platform/daemon/src/
H A Dsocket_connection.c111 uint16_t type; member
561 void socket_connection_send_packet(connection_t *conn, uint16_t type, uint16_t channel, uint8_t *pa… in socket_connection_send_packet()
582 void socket_connection_send_packet_all(uint16_t type, uint16_t channel, uint8_t *packet, uint16_t s… in socket_connection_send_packet_all()
/btstack/3rd-party/lwip/core/src/apps/lwiperf/
H A Dlwiperf.c78 #define LWIPERF_ALLOC(type) mem_malloc(sizeof(type)) argument
79 #define LWIPERF_FREE(type, item) mem_free(item) argument
759 enum lwiperf_client_type type, lwiperf_report_fn report_fn, void* report_arg) in lwiperf_start_tcp_client()
/btstack/port/samv71-xplained-atwilc3000/ASF/sam/drivers/matrix/
H A Dmatrix.c198 void matrix_set_slave_default_master_type(uint32_t ul_id, defaut_master_t type) in matrix_set_slave_default_master_type()
264 void matrix_set_slave_arbitration_type(uint32_t ul_id, arbitration_type_t type) in matrix_set_slave_arbitration_type()
/btstack/port/freebsd-netgraph/
H A Dhci_transport_netgraph.h52 hci_transport_config_type_t type; member
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/NN/Source/ActivationFunctions/
H A Darm_nn_activations_q7.c61 …_activations_direct_q7(q7_t * data, uint16_t size, uint16_t int_width, arm_nn_activation_type type) in arm_nn_activations_direct_q7()

1234