Home
last modified time | relevance | path

Searched refs:options (Results 1 – 9 of 9) sorted by relevance

/external/platform/pico/rp2_common/boot_stage2/include/boot_stage2/
A Dconfig.h25 #error multiple boot stage 2 options chosen
34 #error multiple boot stage 2 options chosen
43 #error multiple boot stage 2 options chosen
52 #error multiple boot stage 2 options chosen
60 #error multiple boot stage 2 options chosen
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dwwdt_15xx.h154 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 Dadc_15xx.h346 …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()
/external/lib/lwip/core/
A Ddhcp.c1271 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 …]
/external/platform/nrfx/doc/
A Dmain_page.dox59 Dynamic configuration is done by specifying desired options in configuration
78 driver for more information regarding configuration options available for it.
A Dnrfx.doxyfile17 # 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 …]
/external/lib/lwip/include/lwip/
A Ddhcp.h101 PACK_STRUCT_FIELD(u8_t options[DHCP_OPTIONS_LEN]);
/external/platform/stellaris/ti-driverlib/
A Dmakedefs85 # Determine the compiler CPU/FPU options based on the processor variant.
/external/platform/nrfx/
A DCHANGELOG.md337 - Updated template files and documentation of configuration options.

Completed in 18 milliseconds