Revision ef5bc242 include/DW1000/v1/alld_dw1000_v1.h

View differences:

include/DW1000/v1/alld_dw1000_v1.h
1815 1815
void port_set_dw1000_fastrate(void);
1816 1816
void port_wakeup_dw1000_fast(void);
1817 1817
uint32_t portGetTickCnt(void);
1818
uint8_t port_CheckEXT_IRQ(void);
1819
//void reset_DW1000(void);
1820
//void process_deca_irq(void);
1818 1821

  
1822
//TODO: static or extern declaration
1823
//extern int writetospi(uint16_t headerLength, const uint8_t *headerBuffer, uint32_t readlength, const uint8_t *readBuffer);
1824
//extern int writetospi(uint16_t headerLength, const uint8_t *headerBuffer, uint32_t bodyLength, const	uint8_t *bodyBuffer);
1819 1825

  
1820 1826
/**
1821 1827
 * @brief   Pad specific IRQn handler. modify it if the PIN no. is changed
1822 1828
 */
1823
#define DW1000_EXTI_IRQn    EXTI15_10_IRQn
1829
#define DW1000_EXTI_IRQn    EXTI9_5_IRQn  // TODO: EXTI15_10_IRQn or EXTI9_5_IRQn
1824 1830

  
1825 1831

  
1826 1832
#endif /* defined(AMIROLLD_CFG_DW1000) && (AMIROLLD_CFG_DW1000 == 1) */

Also available in: Unified diff