Searched refs:options (Results 1 – 9 of 9) sorted by relevance
25 #error multiple boot stage 2 options chosen34 #error multiple boot stage 2 options chosen43 #error multiple boot stage 2 options chosen52 #error multiple boot stage 2 options chosen60 #error multiple boot stage 2 options chosen
154 STATIC INLINE void Chip_WWDT_SetOption(LPC_WWDT_T *pWWDT, uint32_t options) in Chip_WWDT_SetOption() argument156 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() argument170 pWWDT->MOD &= (~options) & WWDT_WDMOD_BITMASK; in Chip_WWDT_UnsetOption()
346 …ATIC INLINE void Chip_ADC_SetupSequencer(LPC_ADC_T *pADC, ADC_SEQ_IDX_T seqIndex, uint32_t options) in Chip_ADC_SetupSequencer() argument348 pADC->SEQ_CTRL[seqIndex] = options; in Chip_ADC_SetupSequencer()
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() local1378 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 …]
59 Dynamic configuration is done by specifying desired options in configuration78 driver for more information regarding configuration options available for it.
17 # Project related configuration options425 # Build related configuration options782 # Configuration options related to the input files953 # Configuration options related to source browsing1095 # Configuration options related to the HTML output1649 # Configuration options related to the LaTeX output1818 # Configuration options related to the RTF output1928 # Configuration options related to the XML output1955 # Configuration options related to the DOCBOOK output2032 # Configuration options related to the preprocessor[all …]
101 PACK_STRUCT_FIELD(u8_t options[DHCP_OPTIONS_LEN]);
85 # Determine the compiler CPU/FPU options based on the processor variant.
337 - Updated template files and documentation of configuration options.
Completed in 18 milliseconds