/lk-master/tools/ |
A D | bin2h.py | 12 (options, args) = parser.parse_args() 14 if options.before and len(options.before) > 0: 15 for b in options.before: 27 if options.after and len(options.after) > 0: 28 for a in options.after:
|
/lk-master/dev/bus/pci/ |
A D | pci.cpp | 126 pci_backend::irq_routing_options_t options; in pci_get_irq_routing_options() local 127 options.size = sizeof(irq_routing_entry) * *count; in pci_get_irq_routing_options() 128 options.selector = 0x10; // XXX actually DATA_SELECTOR in pci_get_irq_routing_options() 129 options.offset = entries; in pci_get_irq_routing_options() 135 res = pcib->get_irq_routing_options(&options, pci_irqs); in pci_get_irq_routing_options() 138 *count = options.size / sizeof(irq_routing_entry); in pci_get_irq_routing_options()
|
A D | pci_backend.h | 65 virtual int get_irq_routing_options(irq_routing_options_t *options, uint16_t *pci_irqs) { in get_irq_routing_options() argument
|
A D | bios32.h | 34 … virtual int get_irq_routing_options(irq_routing_options_t *options, uint16_t *pci_irqs) override;
|
A D | bios32.cpp | 361 int pci_bios32::get_irq_routing_options(irq_routing_options_t *options, uint16_t *pci_irqs) { in get_irq_routing_options() argument 373 "D"(options), in get_irq_routing_options()
|
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
A D | wwdt_15xx.h | 154 STATIC INLINE void Chip_WWDT_SetOption(LPC_WWDT_T *pWWDT, uint32_t options) in Chip_WWDT_SetOption() argument 156 pWWDT->MOD |= options; in Chip_WWDT_SetOption() 168 STATIC INLINE void Chip_WWDT_UnsetOption(LPC_WWDT_T *pWWDT, uint32_t options) in Chip_WWDT_UnsetOption() argument 170 pWWDT->MOD &= (~options) & WWDT_WDMOD_BITMASK; in Chip_WWDT_UnsetOption()
|
A D | adc_15xx.h | 346 …ATIC INLINE void Chip_ADC_SetupSequencer(LPC_ADC_T *pADC, ADC_SEQ_IDX_T seqIndex, uint32_t options) in Chip_ADC_SetupSequencer() argument 348 pADC->SEQ_CTRL[seqIndex] = options; in Chip_ADC_SetupSequencer()
|
/lk-master/external/lib/lwip/core/ |
A D | dhcp.c | 1271 dhcp->msg_out->options[dhcp->options_out_len++] = option_type; in dhcp_option() 1272 dhcp->msg_out->options[dhcp->options_out_len++] = option_len; in dhcp_option() 1282 dhcp->msg_out->options[dhcp->options_out_len++] = value; in dhcp_option_byte() 1290 dhcp->msg_out->options[dhcp->options_out_len++] = (u8_t) (value & 0x00ffU); in dhcp_option_short() 1339 u8_t *options; in dhcp_parse_reply() local 1378 options = (u8_t*)q->payload; in dhcp_parse_reply() 1381 u8_t op = options[offset]; in dhcp_parse_reply() 1388 len = options[offset + 1]; in dhcp_parse_reply() 1482 options = (u8_t*)q->payload; in dhcp_parse_reply() 1761 dhcp->msg_out->options[dhcp->options_out_len++] = DHCP_OPTION_END; in dhcp_option_trailer() [all …]
|
/lk-master/lib/minip/ |
A D | tcp.c | 145 …size_t len, tcp_flags_t flags, const void *options, size_t options_length, uint32_t ack, uint32_t … 146 …ocket_t *s, const void *data, size_t len, tcp_flags_t flags, const void *options, size_t options_l… 641 const void *options, size_t options_length, uint32_t sequence) { in tcp_socket_send() argument 645 DEBUG_ASSERT(options_length == 0 || options); in tcp_socket_send() 670 … options, options_length, (flags & PKT_ACK) ? s->rx_win_low : 0, sequence, win_size); in tcp_socket_send() 686 …size_t len, tcp_flags_t flags, const void *options, size_t options_length, uint32_t ack, uint32_t … in tcp_send() argument 688 DEBUG_ASSERT(options_length == 0 || options); in tcp_send() 707 if (options) in tcp_send() 708 memcpy(header + 1, options, options_length); in tcp_send()
|
A D | dhcp.c | 40 u8 options[0]; member 199 opt = msg->options; in dhcp_cb()
|
/lk-master/external/platform/nrfx/doc/ |
A D | main_page.dox | 59 Dynamic configuration is done by specifying desired options in configuration 78 driver for more information regarding configuration options available for it.
|
A D | nrfx.doxyfile | 17 # Project related configuration options 425 # Build related configuration options 782 # Configuration options related to the input files 953 # Configuration options related to source browsing 1095 # Configuration options related to the HTML output 1649 # Configuration options related to the LaTeX output 1818 # Configuration options related to the RTF output 1928 # Configuration options related to the XML output 1955 # Configuration options related to the DOCBOOK output 2032 # Configuration options related to the preprocessor [all …]
|
/lk-master/external/lib/lwip/include/lwip/ |
A D | dhcp.h | 101 PACK_STRUCT_FIELD(u8_t options[DHCP_OPTIONS_LEN]);
|
/lk-master/external/platform/stellaris/ti-driverlib/ |
A D | makedefs | 85 # Determine the compiler CPU/FPU options based on the processor variant.
|
/lk-master/external/platform/nrfx/ |
A D | CHANGELOG.md | 337 - Updated template files and documentation of configuration options.
|